PDF4Java Reference Documentation
com.o2sol.pdf4java.transforms Package / PDFPageTransformer Class / PDFPageTransformer Constructor
The page whose content will be transformed.
In This Topic
    PDFPageTransformer Constructor
    In This Topic
    Initializes a new PDFPageTransformer Object.
    Syntax
    public PDFPageTransformer( 
       PDFPage page
    )

    Parameters

    page
    The page whose content will be transformed.
    Exceptions
    ExceptionDescription
    When page is null.
    See Also